home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000242_news@columbia.edu _Sat Feb 3 16:15:04 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id QAA21668
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Sat, 3 Feb 2001 16:15:04 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA20050
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 3 Feb 2001 16:15:03 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id QAA15083
  10.     for kermit.misc@watsun.cc.columbia.edu; Sat, 3 Feb 2001 16:10:25 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: half-duplex G-Kermit?
  14. Date: 3 Feb 2001 21:10:18 GMT
  15. Organization: Columbia University
  16. Message-ID: <95hs3q$en9$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <Voyager.010202141830.2699A@node1>,
  20. Pete DiMarco  <peted@ifspurity.com> wrote:
  21. : Does anyone know if G-Kermit (or a variant) supports half-duplex
  22. : connections?  We're looking for a protocol to use over a multi-drop RS-485.
  23. : If G-Kermit can run half-duplex, we think we can hack out a master/slave
  24. : addressing scheme to wrap around it.
  25. Yes, the basic Kermit protocol (used when sliding windows, streaming, etc,
  26. are not negotiated) is half duplex ("stop and wait").
  27.  
  28. - Frank